METADATA 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Metadata-Version: 2.1
  2. Name: pip
  3. Version: 20.2.3
  4. Summary: The PyPA recommended tool for installing Python packages.
  5. Home-page: https://pip.pypa.io/
  6. Author: The pip developers
  7. Author-email: distutils-sig@python.org
  8. License: MIT
  9. Project-URL: Documentation, https://pip.pypa.io
  10. Project-URL: Source, https://github.com/pypa/pip
  11. Project-URL: Changelog, https://pip.pypa.io/en/stable/news/
  12. Keywords: distutils easy_install egg setuptools wheel virtualenv
  13. Platform: UNKNOWN
  14. Classifier: Development Status :: 5 - Production/Stable
  15. Classifier: Intended Audience :: Developers
  16. Classifier: License :: OSI Approved :: MIT License
  17. Classifier: Topic :: Software Development :: Build Tools
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 2
  20. Classifier: Programming Language :: Python :: 2.7
  21. Classifier: Programming Language :: Python :: 3
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: 3.8
  26. Classifier: Programming Language :: Python :: Implementation :: CPython
  27. Classifier: Programming Language :: Python :: Implementation :: PyPy
  28. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
  29. pip - The Python Package Installer
  30. ==================================
  31. .. image:: https://img.shields.io/pypi/v/pip.svg
  32. :target: https://pypi.org/project/pip/
  33. .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
  34. :target: https://pip.pypa.io/en/latest
  35. pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes.
  36. Please take a look at our documentation for how to install and use pip:
  37. * `Installation`_
  38. * `Usage`_
  39. We release updates regularly, with a new version every 3 months. Find more details in our documentation:
  40. * `Release notes`_
  41. * `Release process`_
  42. In 2020, we're working on improvements to the heart of pip. Please `learn more and take our survey`_ to help us do it right.
  43. If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms:
  44. * `Issue tracking`_
  45. * `Discourse channel`_
  46. * `User IRC`_
  47. If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms:
  48. * `GitHub page`_
  49. * `Development documentation`_
  50. * `Development mailing list`_
  51. * `Development IRC`_
  52. Code of Conduct
  53. ---------------
  54. Everyone interacting in the pip project's codebases, issue trackers, chat
  55. rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
  56. .. _package installer: https://packaging.python.org/guides/tool-recommendations/
  57. .. _Python Package Index: https://pypi.org
  58. .. _Installation: https://pip.pypa.io/en/stable/installing.html
  59. .. _Usage: https://pip.pypa.io/en/stable/
  60. .. _Release notes: https://pip.pypa.io/en/stable/news.html
  61. .. _Release process: https://pip.pypa.io/en/latest/development/release-process/
  62. .. _GitHub page: https://github.com/pypa/pip
  63. .. _Development documentation: https://pip.pypa.io/en/latest/development
  64. .. _learn more and take our survey: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
  65. .. _Issue tracking: https://github.com/pypa/pip/issues
  66. .. _Discourse channel: https://discuss.python.org/c/packaging
  67. .. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/
  68. .. _User IRC: https://webchat.freenode.net/?channels=%23pypa
  69. .. _Development IRC: https://webchat.freenode.net/?channels=%23pypa-dev
  70. .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/